Uses of Enum Class
eu.europa.ec.taxud.cesop.domain.TransactionDateEnum
Packages that use TransactionDateEnum
-
Uses of TransactionDateEnum in eu.europa.ec.taxud.cesop.domain
Methods in eu.europa.ec.taxud.cesop.domain that return TransactionDateEnumModifier and TypeMethodDescriptionstatic TransactionDateEnumTransactionDateEnum.findByLabel(String label) Find aTransactionDateEnumby its label.static TransactionDateEnumReturns the enum constant of this class with the specified name.static TransactionDateEnum[]TransactionDateEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.europa.ec.taxud.cesop.domain with parameters of type TransactionDateEnumModifier and TypeMethodDescriptionvoidXmlReportedTransaction.addDate(TransactionDateEnum transactionDateEnum, String date, String other) Add date.XmlReportedTransaction.getDate(TransactionDateEnum transactionDateEnum) Gets date. -
Uses of TransactionDateEnum in eu.europa.ec.taxud.cesop.utils
Method parameters in eu.europa.ec.taxud.cesop.utils with type arguments of type TransactionDateEnumModifier and TypeMethodDescriptionstatic voidValidationErrorUtils.checkCmBr0140ForDates(List<ValidationError> validationErrors, String messageRefId, Map<TransactionDateEnum, XmlTransactionDate> dates, String xsdVersion) For transaction dates.static voidValidationErrorUtils.checkRtBr0030(List<ValidationError> validationErrors, String messageRefId, Integer period, EnumMap<TransactionDateEnum, XmlTransactionDate> dates, String transactionIdentifier) Checks if at least one 'DateTime' element in the 'ReportedTransaction' element refers to a date within the period and year declared in the 'ReportingPeriod' element (45030).